This page lets you POST to create, update and delete records of any data
series by specifying parameters, including the amount and series name
A data series is any series of time stamped values, often used for collecting
sales data but can be used for any series.
Properties
| Name |
Returns |
Notes |
Example |
| title |
String |
|
|
| parent |
CommonCollectionResource |
|
|
| name |
String |
|
|
| children |
List |
|
|
| mySeries |
List |
Returns a list of SeriesBean objects which represent all series available
to the current user
|
|
| dataSeriesByCategory |
Map |
|
|
| allKpiResults |
List |
Find all KPI results for the current user
|
|
| availableKpis |
ResourceList |
Returnsall KPIs in this data series which are available to the current
user
|
|
| allKpis |
ResourceList |
|
|
Methods
| Name |
Returns |
Notes |
Example |
|
alKpiResults ( p )
|
List |
Find all results for the given user
|
|
|
alKpiResults ( p )
|
List |
Find all results for the given organisation
|
|
REST Operations
- specify these fields in a POST request to create or update a record -
amount, recordId (optional), series (data series name), periodFrom
(optional), periodTo (optional)
- provide a comma seperated list of record ID's in deleteRecordIds to
delete
Ask a question, or offer an answer